func crypto/ecdsa.verifyLegacy

2 uses

	crypto/ecdsa (current package)
		ecdsa.go#L492: 		return verifyLegacy(pub, hash, sig)
		ecdsa_legacy.go#L129: func verifyLegacy(pub *PublicKey, hash []byte, sig []byte) bool {